home *** CD-ROM | disk | FTP | other *** search
-
-
- #ifndef __STRINGLIB__
- #define __STRINGLIB__
-
- #include <Types.h>
- #include <stdarg.h>
-
-
- void pstrcat(Str255 frontStr, ConstStr255Param backStr);
- void newline(Str255 str);
- void pstrcpy(void *src, void *dest);
- void concat(Str255 resultString, short stringCount, ...);
-
- #endif